home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-03-01 | 541 b | 8 lines | [TEXT/ToyS] |
- set theDialog to {size:{330, 120}, style:movable dialog, closeable:false, name:"New Document", default item:4, contents:{¬
- {class:static text, bounds:{64, 16, 264, 32}, contents:"Choose a new name:"}, ¬
- {class:text field, bounds:{67, 43, 261, 59}, value:"Untitled document"}, ¬
- {class:icon, bounds:{16, 16, 48, 48}, contents:1}, ¬
- {class:push button, bounds:{242, 84, 312, 104}, name:"OK"}, ¬
- {class:push button, bounds:{157, 84, 227, 104}, name:"Cancel"}}}
-
- dd auto dialog theDialog with fonts {name:"Charcoal", size:12} with grayscale